home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Examples / Clock / Other / ClockCom.fr next >
Encoding:
Text File  |  1995-11-08  |  1.0 KB  |  37 lines  |  [TEXT/MPS ]

  1. //    File:        ClockCom.fr
  2. //
  3. //    Contains:    Common (Platform independent) resources for ClockPart
  4. //
  5. //    Written by:    Lonnie Millett
  6. //
  7. //    Copyright:    © 1993-1995 by Apple Computer, Inc., all rights reserved.
  8.  
  9. #ifndef FWRESFIL_K
  10. #include "FWResFil.k"
  11. #endif
  12.  
  13. #ifndef CLOCKDEF_H
  14. #include "ClockDef.h"
  15. #endif
  16.  
  17. //----------------------------------------------------------------------------
  18. //    Strings for Clock Menu
  19. //----------------------------------------------------------------------------
  20. resource FW_kMULTISTRING (kClockMenuStrings)
  21. {
  22.     kClockMenuString, "Clock";
  23.     kClockAnalogMenuString, "Display as Analog";
  24.     kClockDigitalMenuString, "Display as Digital";
  25.     kClockTickMenuString, "Tick";
  26.     kClockChimeMenuString, "Chime";
  27. }
  28.  
  29. //----------------------------------------------------------------------------
  30. //    Strings for clock face
  31. //----------------------------------------------------------------------------
  32. resource FW_kMULTISTRING (kClockFaceStrings)
  33. {
  34.     kClockDigitalWidthString, "12:59:59 MM";
  35.     kClockOpenDocString, "ODF";
  36. }
  37.